net/http.http2Framer.WriteDataPadded (method)

2 uses

	net/http (current package)
		h2_bundle.go#L2053: 	return f.WriteDataPadded(streamID, endStream, data, nil)
		h2_bundle.go#L2065: func (f *http2Framer) WriteDataPadded(streamID uint32, endStream bool, data, pad []byte) error {